Make command line version lower case only - everywhere.
authorRobert Lipe <robertlipe@gpsbabel.org>
Fri, 13 Mar 2020 05:21:39 +0000 (00:21 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Fri, 13 Mar 2020 05:21:39 +0000 (00:21 -0500)
GPSBabel.pro

index 8f82a6389a0df26b64ecb10fc6ce7b56a06c507d..99d63674cf502e5a249fb58983db006d80c8c275 100644 (file)
@@ -15,11 +15,8 @@ if(equals(QT_MAJOR_VERSION, $$MIN_QT_VERSION_MAJOR):equals(QT_MINOR_VERSION, $$M
 
 QT -= gui
 
-linux: {
-  TARGET = gpsbabel
-} else {
-  TARGET = GPSBabel
-}
+TARGET = gpsbabel
+
 CONFIG += console
 CONFIG -= app_bundle
 CONFIG += c++14